Event Planning Made Easy!
- Product Owner: David An
- Scrum Master: Wilson Ng
- Development Team Members: Autumn Smith, Joe Denea
Set to run at http://localhost:3000/
- Express 4.14.0
- Mongoose 4.7.6
- React
- Webpack 1.14.0
- Docker
From within the root directory:
npm install
npm run dev
npm run start
- Download Docker
- Open Kitematic (GUI interface from the top bar)
- Compose Docker containers. This will run the server/webpack/database:
From directory
$ docker-compose up --build
- Access Database
- Display all containers
$ docker ps
- Use Mongo in Docker database container
From directory
$ docker exec -it letus_database_1 bash
$ mongo
$ use docker
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.