Skip to content

mirzomumin/web_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Project "web_server"

Project provides registering new users and adding/reading/editing/deleting contacts (phones)

Set Up

  1. The first thing to do is to clone the repository and move to the directory "web_server" in your terminal:
$ git clone https://github.com/mirzomumin/web_server
$ cd web_server
  1. Download dependencies from go.mod:
$ go mod download
  1. Create Sqlite3 Database and create tables using DB.sql file.

  2. Create and set .env file like in .env-example file.

Project Launch

  1. Run the following command to launch the project:
$ go run cmd/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages