Skip to content

mbagatini/nlw-return-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignite

Next Level Week #8

NLW Return - Feedback Widget

NLW License

Backend

Technology Stack

Go to project home page

How to run it?

Clone the repository to your machine.

Install the dependencies:

npm install

We need to save the records in the database, so in order to do it correctly, check the .env file wich contains the URL for the database connection.

DATABASE_URL="mysql://my_connection"

Change it to the database you want to connect. After that, it's time to run the migration:

npx prisma migrate dev

If the configuration is ready and connected to the database, let's start the application:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published