Skip to content
/ Codebase-Express Public template

Unit test capabilities coming soon. Codebase starter pack with express.js, mongodb, and json-web-token.

License

Notifications You must be signed in to change notification settings

hasimy-as/Codebase-Express

Repository files navigation

Codebase-Express

A back end project template using Express.js as a Node.js framework.

Project Status

Github license npm Maintenance

Version

Current app version is on v1.0.

Usage

# Install dependencies
npm install

# Run in development
npm run dev

# Run in production
npm start

# Initialize mongodb
mongod

Endpoints

# Routes
ROOT          {{url}}/
POST          {{url}}/api/users
GET           {{url}}/api/users
GET BY ID     {{url}}/api/users/:userId
PUT           {{url}}/api/users/:userId
DELETE        {{url}}/api/users/:userId

Licensed under MIT

Want to collaborate? Fork the project and be a collaborator now!

Happy coding!

~Hasimy

About

Unit test capabilities coming soon. Codebase starter pack with express.js, mongodb, and json-web-token.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published