Description:
We worked on this project with the hope that it will be extremely helpful for MLH to keep track of all their organizing teams and participants from various different institutions outside of the events, in terms of networking opportunities, potential collaborators, and staying connected with the community (marketing). For the organizing teams and participants, this would act as a platform to build teams, stay in touch after the events with fellow participants and employers, and be in loop with what’s happening at MLH!
Compiling Direction:
-
Navigate to Server
=> cd server
-
Installing required dependencies
=> npm install
-
Navigate back to main folder
=> cd ..
-
Navigate to client
=> cd client
-
Navigate back to main directry and to the server directory
=> cd .. && cd server
-
Start the server on local port
=> node index.js
-
Navigate back to main directry and to the client directory to run the react application
=> npm run start
Snippets: