Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technovanza API Server

This is the docs to use the API's for the technovanza website 2022.

Setup

Complete the following steps to setup the project.

  1. Setup packages
npm install 

Execute the above command to setup the required packages.

  1. Setup SQL database
mysql -u root -p technovanza < dump.sql
  1. Create variables file
touch .env

After creating the .env file, open it and add the following values to it.

DB_HOST=(localhost)
DB_USER=(root)
DB_PASSWORD=(password)
DB_DATABASE=(Technovanza)

You should now be able to run the below to start the server in dev mode.

npm run dev 

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages