Skip to content

anandpatel504/Championfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Championfy

How to run the Project?

  1. Ensure you are using Node version v10.16.0
  2. npm install to install the dependencies
  3. Set up the DB in MySQL. Read the How to use Knex Migrations? section.
  4. Create a .env file in the root directory of the project and update the required variables. You can use sample.env as the skeleton.
  5. nodemon server.js to run the server.

How to use Knex Migrations?

for create and delete the table we can run some commands:-

0. knex migration:make <migration file name>
1. knex migration:latest
2. knex migration:rollback

Happy coding ):

About

Get users data from GitHub, by using GitHub API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published