Skip to content

bebetoalves/simple-address-book-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Address Book - Backend

This project was a challenge proposed in the course Software Development for WEB at the Federal University of Ceará.

Technologies   |    How To Use   

🚀 Technologies

In this Node application I created an API that provides an endpoint capable of creating, listing, updating and deleting contacts.

ℹ️ How To Use

To run this project, you need to clone this repository and follow the steps below:

# Clone this repository

$ git clone https://github.com/bebetoalves/simple-address-book-backend

# Go into the repository

$ cd simple-address-book-backend

# Install packages

$ yarn install or npm install

# Run migrations

$ npx sequelize db:migrate

# Seed database

$ npx sequelize db:seed:all

# Run tests

$ yarn run test or npm run test

# Start development server

$ yarn dev or npm run dev

Made with ☕ by Bebeto Alves

About

In this Node application I created an API that provides an endpoint capable of creating, listing, updating and deleting contacts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published