An open API service indexing awesome lists of open source software.

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

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