Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StackHack-1.0

Make sure NodeJS and MongoDB are installed and running. MongoDB Atlas (https://www.mongodb.com/cloud/atlas) also can be used.

Project 1. Event Manager

Event Manager Demo

Localhost ports used: 3000, 3001, 5000. Make sure these ports are available before proceeding

  1. Go to event-manager/event-manager-backend in the terminal and start the backend server by running the commands npm i then npm start. If needed, make changes in MONGO_URI located at event-manager/event-manager-backend/config/config.env. The server will be running on localhost:3001
  2. Go to event-manager/file-engine in the terminal and start the backend server by running the commands npm i then npm start. The server will be running on localhost:5000
  3. Go to event-manager/event-manager-frontend in the terminal and start the frontend server by running the commands npm i then npm start.
  4. The project will be available on localhost:3000, follow the UI to proceed.

Project 2. Todo List

Todo List Demo

Localhost ports used: 3000, 4000. Make sure these ports are available before proceeding

  1. Go to to-do/to-do-backend in the terminal and start the backend server by running the commands npm i and npm start. If needed, make changes in MONGO_URI located at to-do/to-do-backend/config/config.env. The server will be running on localhost:4000
  2. Go to to-do/to-do-frontend in the terminal and start the frontend server by running the command npm i then npm start.
  3. The project will be available on localhost:3000, follow the UI to proceed.

About

Project code for event manager and todo list.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages