-
Travel management application
-
Project created during the Next Level Week event by RocketSeat
-
API service for registering trips, adding participants, and email confirmation
First of all you will need to have installed on your machine some tools to proceed.
- Node.js v18.0 or above, to install node check out: node docs
- Visual Studio Code or another source code editor of your choice; to install Visual Studio Code, check out: visual studio code docs
- On command line terminal clone this repo:
git clone https://github.com/wjr1506/node-nwl-trip.git
- Add the dependencies
npm install
-
add the environment variables following the example of the ".env.exemple" file
-
run migration
npm run migration
- run the application
npm run dev