Skip to content

tihawk/register-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

register-user

This application uses NodeJS, so to run it NodeJS has to be installed.

To install:

  1. Download and extract into a folder
  2. Open a terminal in the folder
  3. Run npm install to install all dependencies
  4. If there are dependency issues during the server starting process, try using npm rebuild.

To run:

  1. Run npm start to start the server. This should:
    1. Start the server, and let it listen on port 3000.
    2. Create a new database file and a table Users in it.
  2. In your browser, navigate to http://localhost:3000 to open the page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published