Skip to content

SevcanDogramaci/user-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management App

Frontend project is available under /ui folder.

Backend documentation is available here.

Requirements

Working environment

  • Go (developed with go1.17.1)
  • Node.js (developed with v12.16.0)
  • PostgreSQL (developed with PostgreSQL 12.4)

Usage

Start Backend:

  1. Route to /cmd/user-management-app.
  2. Run go run main.go.

Start Frontend:

  1. Route to /ui.
  2. Run npm install to install required node modules.
  3. Run npm start.

About

A user management app with CRUD operations using React.js and Golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published