Skip to content

RoadApp/ES-Backend

Repository files navigation

Road - Backend

code style: prettier code style: eslint build status: build

This is a backend project, made with Express, Passport, MongoDB, Mongoose and, of course, NodeJS. This project is for academic way, for Software Engineering course in Computer Science program, at Federal University of Campina Grande, Paraíba, Brazil.

For execute it locally, clone this repository and run in terminal:

npm i

Then, there are two ways to initialize it:

1. Simple execution:

This only runs the project, without lint checks or watch files changes.

npm start

2. Dev execution:

This runs the project with lint checks and watching files changes.

npm run dev

Also, you may run the linting task by your hand:

npm run lint

And the test task:

npm run test

Contributing rules

You can view our best practices and patterns in the Google Doc below:

Programming and Design Patterns for Road App

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published