Skip to content

CarlosZiegler/default-express-api

Repository files navigation

License

About

Starter expressJs APi with JWT

Why

I am create this repo for simple starter applications with basic code.

Packages

The project was developed using the following technologies

You need add these files in root folder:

-jstConfig.js

module.exports = {
    secret: 'my-secret-word',
}

-.env

PORT=3000 
ENV=development
MONGO_URI=your_url_from_MongoDB

Starting:

Make sure you are in the project's root folder

With Yarn

yarn

yarn start

yarn test

With NPM

npm install

npm run start

npm run test

📝 Author


Carlos Ziegler

About

API Express configured with JWT-Token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published