Skip to content

siavashsk/first-nodejs-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first-backend-app

this is my first backend application :octocat:

to run the application create .env file in root directory

🔧 Technologies

Node.js  Express.js  MongoDB 

.env file

  #app 
  APP_PORT=3333
  APP_URL=http://localhost:3333
  APP_SECRET=05e11010826ee2bb341d02dc1a713be0be3d806a
  
  #mongo
  MONGO_HOST=127.0.0.1
  MONGO_DBNAME=db
  MONGO_USERNAME=
  MONGO_PASSWORD=
  MONGO_PORT=27017

Available CRUD endpoints

api/v1/users

api/v1/session

api/v1/products

api/v1/tournaments

api/v1/leagues

api/v1/transactions

api/v1/withdrawal

🚀Installation

  1. Clone the repo
    git clone https://github.com/siavashsk/first-nodejs-backend.git
  2. Install NPM packages
    npm install
  3. Run the development server
    npm start

About

this is my first nodejs backend application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors