https://github.com/codeantik/financepeer-assignment
https://github.com/codeantik/financepeer-assignment
express jsonwebtoken mongodb-atlas mongoose nodejs react react-hook-form react-toastify yup
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeantik/financepeer-assignment
- Owner: codeantik
- Created: 2022-06-07T05:13:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T10:21:38.000Z (over 3 years ago)
- Last Synced: 2025-03-03T16:50:40.401Z (about 1 year ago)
- Topics: express, jsonwebtoken, mongodb-atlas, mongoose, nodejs, react, react-hook-form, react-toastify, yup
- Language: JavaScript
- Homepage: financepeer-server.vercel.app
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Server Link - https://financepeer-server.onrender.com/
### Client Link -
# Clone the repository
git clone https://github.com/codeantik/financepeer-assignment.git
# To start the server:
cd to /server
`npm install` to install all dependencies
`npm start` to start the server
# To start the client:
cd to /client
`npm install` to install all dependencies
`npm start` to start the app