Skip to content

goldenfinix68/j1explorers-backend

Repository files navigation

j1explorers-backend

  1. To install application, open the terminal and go into the given code's root directory and execute below command
npm install
  1. Create a database with name j1explorers in MySQL

  2. Run migrate:up command to create tables

npm run migrate:up
  1. Start the API Server
npm start
  1. This will start the API server on port defined in /config/index.js file (Default: 3000). Once the API server is started you will get the below message in your terminal console, this means your API server is started successfully.
Listening at "http://localhost:3000"
  1. Now access below URL from your browser to test if your API is working or not
http://localhost:3000/api/test?name=goldenfinix68
  1. If you see Hello goldenfinix68 it means you are ready to go code...

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published