A Node.js application to register and search for used automotive parts. TCC project.
Create a server application where users can register or search for used automotive parts, making it easier to find the desired part for your car.
- Register and log in as company or user;
- Register and update parts as company;
- Searches with filters;
To clone and run this application, you'll need Git, Node.js and NPM/Yarn installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/alexxfreitag/backend-peca-facil
# Go into the project folder
$ cd backend-peca-facil
# Install dependencies and run
$ yarn install
$ yarn start
Made with 💜 by Alex Freitag.