Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amirmmd-backend

Express.js backend starter using JavaScript.

Getting Started

Install dependencies:

npm install

Create your local environment file:

cp .env.example .env

Run the development server:

npm run dev

The server starts on http://localhost:3000 by default.

Scripts

  • npm start - run the server with Node.js
  • npm run dev - run the server with nodemon
  • npm run lint - syntax-check the server entrypoint

Structure

src/
  app.js
  server.js
  config/
  controllers/
  middleware/
  routes/

About

Backend project - developed according to the assigned sprints

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages