Contact-Api

contacts api developed for college work.

Installation

  1. Clone the repository

  2. Install the dependencies npm install

  3. Create the .env file in the project root and add the DATABASE_URL=mysql://user:password@localhost:3306/db-test

  4. To configure the database tables use the command npx prisma db push

  5. run npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT