An open API service indexing awesome lists of open source software.

https://github.com/coder-abdo/mern-poilerplate

MERN Stack Poilerplate
https://github.com/coder-abdo/mern-poilerplate

Last synced: 4 months ago
JSON representation

MERN Stack Poilerplate

Awesome Lists containing this project

README

        

# MERN Stack Poilerplate using Typescript

## Back End

- Typescript
- Express
- Mongoose
- Cors
- Bcryptjs
- Helmet
- Morgan
- Jsonwebtoken
- Dotenv

### to install the depemdencies run this command

`yarn` or `npm install`

### to run the server

`yarn start` or `npm run start`

### to get the build

`yarn build` or `npm run build`