Skip to content

Hiccup19940325/gallery_fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallery Nextjs + Node(Typescript) Demonstration

  • frontend: Next.js 14.0.4(hooks / redux-toolkit / axios)

  • backend: node.js 18.18.1(express / Firebase-Auth, Gallery-CRUD)

  • db: MongoDB(Auth & Gallery )

  • test: Unit test(jest)

  • lint: Next.js builtin linting(frontend) and prettier, Eslint(backend)

❯ Getting Started

Step 1: Set up the Development Environment

You need to set up your development environment before you can do anything.

Install Node.js and NPM

Then setup your application environment.

npm install
npm start

This installs all dependencies with npm. So after that your development environment is ready to use.

Running in dev mode

  • Run npm run dev to start nodemon with tcs-watch, to serve the app.
  • Frontend server address will be displayed to you as http://localhost:3000
  • Backend server address will be displayed to you as http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published