Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the project

  1. Clone the repo
git clone https://github.com/m-nsx/web.git
  1. Install packages (run in root folder)
npm run setup
  1. If auto install doesn't work, manually install packages in each folder (run in both root folder, backend folder and frontend folder)
npm install
  1. Start the server (run in root folder)
npm run start
  1. Access the server at http://localhost:3000

Troubleshooting

Help ! I'm stuck with evil Macron / refused access screen and I can no longer access the webapp.

  1. Cookies are unhealthy, get rid of them ! Your browser may be at risk of hyperglycemia...

Database isn't working, I can't vote. What a totalitarian nation !

  1. Install MongoDB and mongosh

  2. Run the following command in a separate terminal

mongosh

Aww the port is already in use, what should I do ?

  1. Find the process
netstat -ano | findstr :<port>
  1. Kill the process
taskkill /PID <PID> /F

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages