Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.29 KB

README.md

File metadata and controls

69 lines (42 loc) · 1.29 KB

Logo

Kickstart

Everything you need to buy and sell startups. No hassle.

Built With

  • [React.js]
  • [Tailwindcss]
  • [Nodejs]
  • [Expressjs]
  • [MongoDB]
  • [Redis]
  • [Swagger]
  • [JSON Web Token]
  • [Multer]

Project Link's

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

To Start the application

    • Go to the server folder

    • Install Node Modules npm install

    • Create a .env file with MONGODB_URI, TOKEN_SECRET, PORT variables

    • Run npm run dev

    • Now you can see a message in terminal as "Server Started at port 5000"

    • Go to the client folder

    • Install Node Modules npm install

    • Run npm start

    • Test using Guest user : USERNAME guestuser@gmail.com PASSWORD guestuser

  1. To check if everything is working correctly "http://localhost:5000/healthcheck"

  2. Now you see "OK" message

  3. Client application serves at "http://localhost:3000"