Skip to content

antonlee59/nus-tutor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NUSTUTOR (Orbital Project)

NUSTUTOR aims to help NUS students find a community that can help them thrive and excel.


Technologies used

  • React.js
  • Node.js
  • Express.js
  • MongoDb
  • CSS
  • JAVASCRIPT

Libraries and Tools used

  • mongoose
  • Express
  • MUI
  • Styled Components

Features built

  • Login/signup with backend authentication
  • Add new post to feed
  • Upvote/downvote any post
  • See and write comments to any post

Team Members

How to use our app?

  • Clone our repository by running the command
  • git clone https://github.com/antonlee59/nus-tutor.git
  • Split your terminal into two (run the client on one terminal and the server on the other terminal)
  • On the first terminal, change directory to nus-tutor/backend by running
  • cd nus-tutor/backend
  • And then run the following command
  • npm install
  • Then, create a .env file
  • Provide the following credentials
  • MONGO_URI =
    JWT_SECRET =
    JWT_LIFETIME =
  • And then run the following command
  • npm start
  • On the second terminal, change directory to nus-tutor/client by running
  • cd nus-tutor/client
  • And then run the following commands
  • npm install
    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •