Skip to content

HarnonA/user-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

User CRUD API

With this application is possible to sign in, sign up, list, search, update and remove users.

Requirements

  • NPM or yarn
  • Git
  • Postgres

Technologies

  • React
  • Node.js
  • Express
  • Postgres
  • Knex
  • JWT
  • Redux

Getting started

Download this repo

# Download repo with git
$ git clone https://github.com/HarnonA/user-crud.git

Go to the file

# Change directory
$ cd user-crud

Run the front-end

# Build and run front-end
$ cd front
$ npm i
$ npm start

Run the back-end

# Postgres configuration is required
$ sudo -i -u postgres
$ psql
$ CREATE DATABASE db_users;

# Check user and password in the .env file. It may be different in your OS


# Build and run back-end
$ cd back
$ npm i
$ npm start

TODO

  • Docker
  • Auth routes block
  • Tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published