This project was built with the objective to test my skills to create a simple WebApp using Node.JS, Express and a UI framework (Angular, React, Vue etc).
- Express 4.17.1
- Node.js 16.14
- Angular 13
- HTML
- Css
- Typescript
- Javascript
- SQLite
- To run the project you'll need to follow the steps bellow:
- Inside of the project root, run
npm install
to install the dependecies of the api. - Still inside of the project root run
npm run seed
to create the database. - Now, you go to path Angular/teste_rtb and there you run
npm install
to install the dependecies of front-end. - For finish, open to diferents terminals, one in the project root (responsible for the api), and another in the path Angular/teste_rtb (responsible for the front end). Furthermore, in the first one you'll run
npm run start
, and the second you'll run `npm start'.
- Inside of the project root, run