dmcardoso / user-register

Simple user register form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to User register 👋

Version

Simple user register form

About

This application is built using Node.js + Typescript and Postgres for the backend and React.JS + Typescript for the frontend.

API Docs

Postman

Swagger

Install

Frontend

cd frontend

yarn install

Backend

cd backend

yarn install

yarn typeorm migration:run

Configuration

Create a .env file in backend folder and copy/paste the content of the file .env.example in the same folder, change what is necessary to connect into your database and configure a random string on APP_SECRET variable.

Usage

Frontend

yarn start

Backend

yarn dev:server

Author

👤 Daniel Moreira Cardoso

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Simple user register form


Languages

Language:TypeScript 98.4%Language:HTML 0.8%Language:JavaScript 0.8%