/Incubation

Primary LanguageJavaScript

Incubation Project (web App)

Incubation is Web Application with the functionalities like accepting application from Start up, Jwt authentication with Login, accept or reject appplication,review application,Approve application, allocate slot for incubation based on approved list,display the progress bar on the different stages of application processing.

Features list, 1.Sign up and Login Authentication 2.JWT authentication and route verification 3.User Application Submission 4.Admin side Application management 5.Booking of slot for Incubation

Technologies used: React js | JWT | Node js | Express js | Tailwind CSS | Mongo DB | JSX

Run Locally

Clone the project

  git clone https://github.com/Suryajithp/Incubation.git

Go to the project directory

  cd client
  cd server

Install dependencies

  npm install

Start the server

  client: npm start
  server: npm start