Skip to content

anish-gyawali/assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

                                                           # Todo list app using Go and Reactjs
                                                  Coding assessment to create Todo app given by Percipia

Getting started :

Follow the link to download Go: https://golang.org/doc/install
Check if you have download Go $ go version

To know more about React please visit: https://reactjs.org/docs/getting-started.html

Stack used:

`ReactJs` as a Frontend for the application.<br>
`Go` as a backend server side language<br>
`Mysql` as database for the application<br>

To run the application:

Clone the repository.

Open terminal for frontend Folder and run yarn start

Concurrently Open terminal for server Folder and run go run main.go

To use the function like Create, Read, Update, Delete

Make sure to update the database username and table name.

DB_USER=''
DB_PASS=''
DB_HOST=localhost
DB_NAME=''

To make successful connection with database open MySQL command Line Client and Create database
To Create database, you can use CREATE DATABASE Your_ DB_NAME

Demo of the running application:

Demo.mp4

About

Coding assessment to create Todo app given by Percipia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published