Romain 7d74b909ab | |
---|---|
assets | |
back | |
front | |
Licence note | |
README.md | |
docker-compose.yml | |
package-lock.json | |
package.json |
Proof of concept of a kanban style application.
Use the provided docker-compose.yml
script to launch the application directly.
While being at the root of the application, use:
docker-compose up
If you prefer launching the application directly, you will need to provide a MongoDB instance for the application to connect.
Edit back/config/keys
with the necessary information.
You can then launch both the back and frontend with npm start
at the root of the application.
Navigate to 127.0.0.1:3000 to see the frontend.
Backend accessible via 127.0.0.1:3001 (obviously not much to see here)