https://github.com/codeantik/admitkard-assignment
https://github.com/codeantik/admitkard-assignment
express mongodb-atlas mongoose nodejs react react-hook-form react-router-dom-v6 react-toastify yup
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeantik/admitkard-assignment
- Owner: codeantik
- Created: 2022-05-30T08:25:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T05:54:42.000Z (over 3 years ago)
- Last Synced: 2025-03-03T16:50:29.014Z (11 months ago)
- Topics: express, mongodb-atlas, mongoose, nodejs, react, react-hook-form, react-router-dom-v6, react-toastify, yup
- Language: JavaScript
- Homepage: https://admitkard-codeantik.vercel.app
- Size: 31.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Server Link - https://admitkard-assignment-codeantik.vercel.app
### Client Link - https://admitkard-codeantik.vercel.app
# Clone the repository
git clone https://github.com/codeantik/admitkard-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
fix the baseUrl in App.js file(remove "deployedLink" & put "localLink") before starting the app
`npm start` to start the app