Skip to content

vrisdng/cvwo-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Manual

Prerequisites

  1. Go: https://go.dev/doc/install
  2. MySQL: https://dev.mysql.com/downloads/ (I used MySQL Community Server on MacOS)
  3. Install yarn if you have not already done so: https://classic.yarnpkg.com/lang/en/docs/install/

Run

  1. Fork this repo using git clone https://github.com/duong-vriska/cvwo-assignment on your CLI or easier, download via Code → Download as ZIP archive.
  2. Download MySQL and setup your database.
  3. On a terminal, run cd backend && go run main.go to start backend and database server at localhost://8005
  4. On a different terminal, run cd frontend && yarn start to start client at localhost://3000

Features

  • Basic CURD operations and a simple Category system.
Screenshot 2024-01-25 at 11 21 26 PM

About

Repo for CVWO assignment: Web forum MOWOU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors