kuosmanen/Tinderclone
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
How to run this app: 1. Install node and npm for example via powershell with command: winget install OpenJS.NodeJS.LTS 2. Restart your IDE and make sure nodejs is in the Path variables 3. Install MongoDB and run it 4. Make a .env file where you put the SECRET variable to be used as the password salt 5. Run npm install in the main directory 6. Run npm start and npm run dev:client 7. Access the app on localhost:3000