With this application is possible to sign in, sign up, list, search, update and remove users.
- NPM or yarn
- Git
- Postgres
- React
- Node.js
- Express
- Postgres
- Knex
- JWT
- Redux
# Download repo with git
$ git clone https://github.com/HarnonA/user-crud.git
# Change directory
$ cd user-crud
# Build and run front-end
$ cd front
$ npm i
$ npm start
# 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
- Docker
- Auth routes block
- Tests